From 97e788dbd6420bd97632a2d069fc135f9a8858e8 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 12 Dec 2009 17:01:03 +0000 Subject: [PATCH] * simple.el (compose-mail): Remove mail-setup-with-from from customization checks. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e5de2f0420..194d70a6c6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-12-12 Chong Yidong + + * simple.el (compose-mail): Remove mail-setup-with-from from + customization checks. + 2009-12-12 Eli Zaretskii * arc-mode.el (archive-rar-summarize): Support Attribute fields in diff --git a/lisp/simple.el b/lisp/simple.el index 774b69a4842..e3e790ba1aa 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5647,7 +5647,7 @@ Each action has the form (FUNCTION . ARGS)." (dolist (var '(mail-mode-hook mail-send-hook mail-setup-hook mail-yank-hooks mail-archive-file-name mail-default-reply-to mail-mailing-lists - mail-self-blind mail-setup-with-from)) + mail-self-blind)) (and (boundp var) (symbol-value var) (push var warn-vars))) -- 2.30.2